home *** CD-ROM | disk | FTP | other *** search
-
- ; These patches are needed in order to boot version 2.8 from version 2.7.
- ; Do (schi:scheme), load this file, then load bootit.scm and do (bootit).
-
- (lisp:rename-package "SCHI" "SCHI")
-
- (lisp:defun number->string (num lisp:&optional (radix 10))
- (let ((lisp:*print-base* (if (equal? radix '(scheme::heur))
- 10
- radix)))
- (lisp:write-to-string num)))
-